home *** CD-ROM | disk | FTP | other *** search
- object fImageBrowser: TfImageBrowser
- Left = 265
- Top = 119
- Width = 696
- Height = 480
- Caption = 'Image Browser'
- Color = clBtnFace
- ParentFont = True
- FormStyle = fsMDIChild
- OldCreateOrder = False
- Position = poDefault
- Visible = True
- WindowState = wsMaximized
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object ThumbnailList1: TThumbnailList
- Left = 0
- Top = 0
- Width = 688
- Height = 434
- Align = alClient
- Columns = 6
- ShowSelection = True
- TabOrder = 0
- Thumbnails = <>
- ThumbnailSize = 100
- OnClick = ThumbnailList1Click
- OnDblClick = ThumbnailList1DblClick
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 688
- Height = 434
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 1
- Visible = False
- object AdvPicture1: TAdvPicture
- Left = 0
- Top = 27
- Width = 688
- Height = 407
- Hint = 'Click to close full screen window'
- Animate = False
- AutoSize = True
- Picture.Stretch = False
- Picture.Frame = 0
- PicturePosition = bpCenter
- Align = alClient
- StretchMode = smShrink
- OnClick = AdvPicture1Click
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 688
- Height = 27
- Align = alTop
- BevelOuter = bvLowered
- TabOrder = 0
- object Button1: TButton
- Left = 1
- Top = 1
- Width = 136
- Height = 25
- Caption = 'Edit'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 137
- Top = 1
- Width = 136
- Height = 25
- Caption = 'Close'
- TabOrder = 1
- OnClick = Button2Click
- end
- end
- end
- object StatusBar1: TStatusBar
- Left = 0
- Top = 434
- Width = 688
- Height = 19
- Panels = <
- item
- Width = 50
- end>
- ParentFont = True
- SimplePanel = False
- UseSystemFont = False
- end
- object ActionList1: TActionList
- Left = 234
- Top = 89
- object CloseWindow: TAction
- Caption = 'CloseWindow'
- ShortCut = 27
- OnExecute = CloseWindowExecute
- end
- end
- end
-